home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
GW AdaEd 1.4.2
/
GWAdaDemos
/
Spider
/
DRAW10.ADA
< prev
next >
Wrap
Text File
|
1994-01-11
|
206b
|
19 lines
WITH Spider; USE Spider;
PROCEDURE Drawing10 IS
BEGIN
Start;
Red;
WHILE NOT AtWall LOOP
Step;
END LOOP;
Black;
Turn;
Step;
Turn;
Green;
WHILE NOT AtWall LOOP
Step;
END LOOP;
Quit;
END Drawing10;